home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / puppy_red.swf / scripts / DefineSprite_97 / frame_17 / DoAction.as
Text File  |  2008-03-11  |  108b  |  9 lines

  1. if(_global.reGameStart)
  2. {
  3.    gotoAndPlay(_currentframe + 2);
  4. }
  5. else
  6. {
  7.    _global.reGameStart = 1;
  8. }
  9.